home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / TOOLS / checkwith next >
Encoding:
AmigaDOS Script File  |  1994-11-01  |  206 b   |  14 lines

  1. .key WITH
  2. .bra {
  3. .ket }
  4.  
  5. ; $VER: checkwith 1.00 (21.7.94)
  6. ; Execute a WITH file to check its validity
  7.  
  8. If "{WITH}" EQ ""
  9.   Echo "Usage: checkwith <filename>"
  10.   Quit 0
  11. EndIf
  12.  
  13. lk QDSTOP QDPREPARE WITH {WITH}
  14.